home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m05.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  839 b   |  37 lines

  1. on exitFrame
  2.   if rollOver(6) then
  3.     puppetSprite(6, 1)
  4.     set the castNum of sprite 6 to cast "b034.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 6 to cast "b034"
  8.     updateStage()
  9.   end if
  10.   if rollOver(7) then
  11.     puppetSprite(7, 1)
  12.     set the castNum of sprite 7 to cast "b035.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 7 to cast "b035"
  16.     updateStage()
  17.   end if
  18.   if rollOver(8) then
  19.     puppetSprite(8, 1)
  20.     set the castNum of sprite 8 to cast "b036.roll"
  21.     updateStage()
  22.   else
  23.     set the castNum of sprite 8 to cast "b036"
  24.     updateStage()
  25.   end if
  26.   if rollOver(9) then
  27.     puppetSprite(9, 1)
  28.     set the castNum of sprite 9 to cast "b037.roll"
  29.     updateStage()
  30.   else
  31.     set the castNum of sprite 9 to cast "b037"
  32.     updateStage()
  33.   end if
  34.   mainMenuRollovers()
  35.   go(the frame)
  36. end
  37.